home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: 2005 Utilities
/
CHIP Utilities 2005.7z
/
CHIP Utilities 2005.iso
/
images
/
arachne.igz
/
arachne.img
/
LEVEL0
/
UTILZ.CAB
/
bin
/
Allow.bat
next >
Wrap
DOS Batch File
|
2005-01-16
|
272b
|
14 lines
@if "%debug%"=="" echo off
:: Allow Begin ::
if "%1"=="" goto _start
for %%i in (yes YES yeS Yes yEs yES YeS YEs) do if "%1"=="%%i" goto _start
for %%i in (no NO No nO) do if "%1"=="%%i" goto _start
goto _end
:_start
call halt.bat %1
:_end
:: Allow End ::